
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/

/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;/*! outline: none !important; */}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{     position: relative;width: 100%;margin: 0px auto;padding: 0px;z-index: 1;}
.layout > .view_contents{ /*! overflow: visible; */ /*! cursor:default; */}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{
    transition: all ease .2s;
-webkit-transition: all ease .2s;
-moz-transition: all ease .2s;
-o-transition: all ease .2s;
box-sizing: border-box;
    clear: both;
margin-top: 20px;
width: 100%;
text-align: center;
}
.page_btn a{
    width: auto;
margin: 0 5px 10px 5px;
border-radius: 5px;
    display: inline-block;
border: none;
background: white;
text-align: center;
width: auto;
padding: 0 15px;
margin: 0 .5px;
height: auto;
line-height: 35px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 1px solid #e5e5e5;
    color: #333;
    font-family: 'microsoft YaHei';
}
.page_btn a:hover{
    color: #fff;
background: #c01a20;
}
.page_btn .thisclass{
    background: #c01a20;
color: #fff;
    cursor: pointer;
    width: auto;
margin: 0 5px 10px 5px;
border-radius: 5px;
}
/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}
.img_1{
    width: 100%;
    float: left;
}




/*侧边浮窗*/
@media screen and (max-width:991px) { .side {  display:none }}

.side{position:fixed;width:78px;right:0;top:50%; margin-top:-200px;z-index:100; border:1px solid #e0e0e0; background:#ffffff; border-bottom:0;}
.side ul li{width:78px;height:78px;float:left;position:relative; border-bottom:1px solid #e0e0e0;color:#333; font-size:14px; line-height:38px; text-align:center;transition:all 0.3s; cursor:pointer;}
.side ul li img{ }
.side ul li:hover{background:#c01a20; color:#fff;}
.side ul li:hover a{ color:#fff;}
.side ul li i{height:25px; margin-bottom:1px; display:block; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:auto 25px; margin-top:14px;transition:all 0.3s;}
.side ul li i.bgs1{ background-image:url(/static/image/right_pic5.png);}
.side ul li i.bgs2{ background-image:url(/static/image/right_pic7.png);}
.side ul li i.bgs3{ background-image:url(/static/image/right_pic2.png);}
.side ul li i.bgs4{ background-image:url(/static/image/right_pic1.png);}
.side ul li i.bgs5{ background-image:url(/static/image/right_pic3.png);}
.side ul li i.bgs6{ background-image:url(/static/image/right_pic6_on.png);}
.side ul li:hover i.bgs1{background-image:url(/static/image/right_pic5_on.png);}
.side ul li:hover i.bgs2{background-image:url(/static/image/right_pic7_on.png);}
.side ul li:hover i.bgs3{background-image:url(/static/image/right_pic2_on.png);}
.side ul li:hover i.bgs4{background-image:url(/static/image/right_pic1_on.png);}
.side ul li:hover i.bgs5{background-image:url(/static/image/right_pic3_on.png);}
.side ul li:hover i.bgs6{}
.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;right:0;transition:all 0.3s;overflow:hidden;}



.side ul li.sidetop{background:#c01a20; color:#fff;}
.side ul li.sidetop:hover{opacity:0.8;filter:Alpha(opacity=80);}
.side ul li.sideewm .ewBox {
  width: 238px;
  display: none; 
  color: #363636;
  text-align: center;
  padding-top: 235px;
  position: absolute;
  left: -240px;
  top: 0px;
  background-image: url('/static/picture/publicaccount.png');
  background-repeat: no-repeat;
  background-position: center center;
  border:1px solid #e0e0e0;
}
/*.side ul li .sideetel{width:56px;height:50px;line-height:50px;display:inline-block;transition:all 0.3s; text-align:left;}*/
/*.side ul li .sideetel:hover{background:#f3782a;opacity:1;filter:Alpha(opacity=100);}*/
.side ul li.sideetel .telBox {
   width: 240px;
  height:78.5px;
  display: none; 
  color: #fff;
  text-align: left;
  position: absolute;
  left: -240px;
  top: 0px;
  background:#f67524;
}
.side ul li.sideetel .telBox dd{ display:block; height:78.5px; overflow:hidden; padding-left:82px; line-height:24px; font-size:21px;}
.side ul li.sideetel .telBox dd span{ display:block; line-height:28px; height:28px; overflow:hidden; margin-top:14px; font-size:20px;}
.side ul li.sideetel .telBox dd.bgs1{ background:url(/static/image/right_pic8.png) 28px center no-repeat; background-color:#c01a20;color: #fff;}
.side ul li.sideetel .telBox dd.bgs2{ background:url(/static/image/right_pic9.png) 28px center no-repeat;background-color:#d5171d;color: #fff;}


@media screen and (max-width:1440px) {
.side{width:62px; margin-top:-158px;}
.side ul li{width:62px;height:62px;font-size:12px; line-height:30px;}
.side ul li i{height:20px; background-size:auto 20px; margin-top:11px;}
.side ul li.sideewm .ewBox { padding-top:187px; width:192px; left:-194px;}
.side ul li.sideetel .telBox { height:189px;top: -63px;}
.side ul li.sideetel .telBox dd{ height:94.5px; font-size:16px;}
.side ul li.sideetel .telBox dd span{ margin-top:21px; font-size:16px;}
}

/*内页侧边栏*/
.page-wrap-left {
    float: left;
    width: 305px;
    margin-right: 1.167%;
}
.xypg-left-box {
    margin-bottom: 20px;
}
.xypg-left-title {
    background: #c01a20;
    padding: 10px 20px;
    position: relative;
}
.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}
.xypg-left-title span {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
}
.xypg-left-title span::before {
    content: "/";
    padding-right: 5px;
}
.xypg-left-title i {
    position: absolute;
    left: -5px;
    top: -9px;
    font-style: normal;
    font-size: 67px;
    font-weight: bold;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
}
.xypg-left-con {
    border: 1px solid #d2d2d2;
        border-top-color: rgb(210, 210, 210);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: none;
}
.xypg-left-nav {
    margin: 0 -1px;
}
.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: #c01a20;
}
.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}
.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: #0269a7;
}
.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../picture/icon_spirit.png) 0 -240px no-repeat;
}
.xypg-left-con {
    border: 1px solid #d2d2d2;
        border-top-color: rgb(210, 210, 210);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: none;
}
.latest-news {
    padding: 10px 0;
}
.latest-news li {
    padding: .5em 1em;
    font-size: 14px;
}
.latest-news li a {
    display: block;
    line-height: 1.2;
    color: #5a5a5a;
}
.latest-news li a::before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}
.xypg-left-con {
    border: 1px solid #d2d2d2;
        border-top-color: rgb(210, 210, 210);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: none;
}
.page-wrap-contact {
    padding: 10px 0;
    font-size: 14px;
}
.page-wrap-contact h4 {
    padding: .3em 1.4em .8em 1.4em;
    font-size: 16px;
    color: #000000;
}
.page-wrap-contact p {
    border-top: 1px solid #eee;
    position: relative;
    margin-bottom: 0;
    padding: .8em 1.4em;
    color: #2f2f2f;
}
.page-message-img img {
    border: 1px solid #d2d2d2;
}
@media(max-width:678px){
    .page-wrap-left{
        display: none;
    }
}
#text_style_01_1598062892892 p{
       color: #ffffff;
    font-size: 14px;
    text-align: left;
    line-height: 40px;
}

/*banner*/
.index_banner {
    width: 100%;
    height: 0;
    padding-bottom: 33.86%;
    position: relative;
    overflow: hidden;
}
.index_banner .swiper-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index_banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}
.index_banner .swiper-pagination-bullets {
    bottom: 15px !important;
}
.index_banner .swiper-pagination-bullet {
    opacity: 1;
    width: 80px;
    height: 8px;
    background: #FFF;
    border-radius: 0;
}
.index_banner .swiper-pagination-bullet-active {
    background: #c01a20;
}

/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	max-width: 640px;
	min-width: 320px;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 28%;
	left: 0;
	right: 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
	width: 280px;
	height: auto;
	padding: 30px 0 20px 0;
}
#wxnr img {
	display: block;
	margin: 8px auto;
	width: 140px;
	height: 140px;
}
#wxnr p {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	text-align: center;
	color: #333;
}
#wxnr i {
	position: absolute;
	top: 5px;
	right: 6px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 2rem;
	cursor: pointer;
	padding: 0;
}
#wxnr span {
	display: inline-block;
	padding: 2px 13px;
	line-height: 32px;
	background-color: #c00a0c;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}
#wxnr span.wx {
	padding: 2px 40px;
	background-size: 28px;
	background-position: 10px center;
	background-repeat: no-repeat;
}
/*复制提示*/
#weixin {
position: fixed;
	top: 50%;
	margin-top: -40px;
	z-index: 9999999;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 10px;
	display: none;
font-size: 16px;
}

/*news*/
.main .container_l {
    padding: 15px;
}
.col-lg-3 {
    width: 30%;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-md-3 {
    width: 26%;
    float: right;
}
.container_l ul .cate_p {
    height: 45px;
    line-height: 45px;
    background-color: #c01a20;
    color: #fff;
    font-size: 18px;
    padding-left: 35px;
    font-weight: 700;
    font-family: microsoft yahei;
}
.container_l ul li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dotted #ccc;
    font-family: microsoft yahei;
    background: url(../image/point.gif) no-repeat 15px center;
        background-color: rgba(0, 0, 0, 0);
}
.container_l ul li a {
    padding-left: 35px;
    color: #333;
    font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;

}